go/build.Context.isDir (method)

13 uses

	go/build (current package)
		build.go#L140: func (ctxt *Context) isDir(path string) bool {
		build.go#L261: 		if ctxt.isDir(dir) {
		build.go#L267: 		if ctxt.isDir(dir) {
		build.go#L604: 					if dir := ctxt.joinPath(ctxt.GOROOT, "src", sub); ctxt.isDir(dir) {
		build.go#L610: 					if dir := ctxt.joinPath(earlyRoot, "src", sub); ctxt.isDir(dir) {
		build.go#L655: 					if ctxt.isDir(vendor) {
		build.go#L657: 						if ctxt.isDir(dir) && hasGoFiles(ctxt, dir) {
		build.go#L698: 					isDir := ctxt.isDir(dir)
		build.go#L718: 			isDir := ctxt.isDir(dir)
		build.go#L734: 				isDir := ctxt.isDir(dir)
		build.go#L785: 	if IsLocalImport(path) && !ctxt.isDir(p.Dir) {
		build.go#L839: 			if ctxt.isDir(ctxt.joinPath(p.Dir, d.Name())) {
		build.go#L1124: 		if ctxt.isDir(dir) {